home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
- <plist version="1.0">
- <dict>
- <key>CFBundleDevelopmentRegion</key>
- <string>English</string>
- <key>CFBundleDocumentTypes</key>
- <array>
- <dict>
- <key>CFBundleTypeExtensions</key>
- <array>
- <string>iGetShortcut</string>
- </array>
- <key>CFBundleTypeIconFile</key>
- <string>iGetShortcut.icns</string>
- <key>CFBundleTypeName</key>
- <string>iGet Shortcut</string>
- <key>CFBundleTypeOSTypes</key>
- <array>
- <string>iGsc</string>
- </array>
- <key>CFBundleTypeRole</key>
- <string>Viewer</string>
- <key>LSTypeIsPackage</key>
- <false/>
- </dict>
- <dict>
- <key>CFBundleTypeIconFile</key>
- <string>iGetPartialFile.icns</string>
- <key>CFBundleTypeName</key>
- <string>iGet Partial File</string>
- <key>CFBundleTypeOSTypes</key>
- <array>
- <string>iGpf</string>
- </array>
- <key>CFBundleTypeRole</key>
- <string>Editor</string>
- </dict>
- </array>
- <key>CFBundleExecutable</key>
- <string>iGet</string>
- <key>CFBundleHelpBookFolder</key>
- <string>iGetHelp</string>
- <key>CFBundleHelpBookName</key>
- <string>iGet Help</string>
- <key>CFBundleIconFile</key>
- <string>iGet.icns</string>
- <key>CFBundleIdentifier</key>
- <string>com.fivespeed.iget</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundlePackageType</key>
- <string>APPL</string>
- <key>CFBundleSignature</key>
- <string>iGet</string>
- <key>CFBundleURLTypes</key>
- <array>
- <dict>
- <key>CFBundleURLIconFile</key>
- <string>iGetURL.icns</string>
- <key>CFBundleURLName</key>
- <string>iGet</string>
- <key>CFBundleURLSchemes</key>
- <array>
- <string>iget</string>
- </array>
- </dict>
- </array>
- <key>CFBundleVersion</key>
- <string>944</string>
- <key>LSMinimumSystemVersion</key>
- <string>10.4.0</string>
- <key>NSAppleScriptEnabled</key>
- <string>YES</string>
- <key>NSMainNibFile</key>
- <string>MainMenu</string>
- <key>NSPrincipalClass</key>
- <string>IGApplication</string>
- </dict>
- </plist>
-